home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / REWRITE < prev    next >
Text File  |  1991-09-18  |  699b  |  26 lines

  1. # =======                                           NOSview [137]
  2. # REWRITE
  3. # =======
  4. # Read the rewrite file for lines where the first word is a
  5. # regular expression and the second word are rewriting rules.
  6. #
  7. # The special character '$' followed by a digit denotes the
  8. # string that matched a '*' character.
  9. #
  10. # The '*' characters are numbered from 1 to 9.
  11. #
  12. # Example: the line "*@*.* $2@$1.ampr.org" would rewrite the
  13. #          address "foo@bar.xxx" to "bar@foo.ampr.org".
  14. #
  15. *@ns9bob.ampr.org $1
  16. *@ns9bob.ampr $1
  17. *@ns9bob $1
  18. #
  19. *!*!*!*!*!*!* $7%$6@$5@$4@$3@$2@$1
  20. *!*!*!*!*!* $6%$5@$4@$3@$2@$1
  21. *!*!*!*!* $5%$4@$3@$2@$1
  22. *!*!*!* $4%$3@$2@$1
  23. *!*!* $3%$2@$1
  24. *!* $2@$1
  25. !* $1 r
  26.